home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / nb12.zip / SPREAD.BAT < prev    next >
DOS Batch File  |  1991-02-17  |  517b  |  24 lines

  1. @echo off
  2. cls
  3. echo ***  spread.bat
  4. echo ***
  5. echo ***
  6. echo This batch file will run your spreadsheet package if you tell it 
  7. echo which directory to use, and what it is called.
  8. echo ***
  9. echo ***
  10. pause
  11. rem
  12. rem Replace the following commands with the appropriate commands to run
  13. rem your spreadsheet package (and remove the 'rem' part!)
  14. rem
  15. rem cd \spread
  16. rem runsp
  17. rem
  18. rem Replace the following with the commands to restart NOTICE BOARD, such as:
  19. rem
  20. rem cd \notice\source
  21. rem notice
  22. rem
  23. notice
  24.